body {
    background-color: white;
}


/* ===== Slider Section ===== */

.hostel-slider {

    background: #c0dafb;
    z-index: 0;

}

.hostel-slider h2 {
    font-size: 34px;
}

.hostel-slider p {
    color: #666;
    margin-bottom: 40px;
}



/* Slider */

.slider {
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    position: relative;
    border-radius: 0;
    /* z-index: -1; */
}

.slides {
    display: flex;
    transition: 0.6s ease-in-out;
}


.slides img {
    width: 100%;
    flex-shrink: 0;
    height: 420px;
    object-fit: cover;
}

/* Buttons */

.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    font-size: 26px;
    padding: 10px 16px;
    cursor: pointer;
    border-radius: 6px;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.prev:hover,
.next:hover {
    background: #ff9800;
}

/* Dots */

.dots {
    position: absolute;
    bottom: 15px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.dots span {
    height: 12px;
    width: 12px;
    margin: 0 4px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    opacity: .5;
}

.dots .active {
    opacity: 1;
    background: #ff9800;
}


.pw-hero {
    width: 100%;
    padding: 90px 8%;
    background: linear-gradient(135deg, #e7ecf7, #ebe4f4);
    position: relative;
    font-family: 'Poppins', sans-serif;
    height: 600px;
}

/* container */
.pw-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

/* LEFT */

.pw-left {
    max-width: 520px;
}

.pw-left h1 {
    font-size: 48px;
    line-height: 1.2;
    color: #222;
}

.pw-left span {
    color: #5a4bda;
}

.pw-left p {
    margin: 20px 0 35px;
    color: #555;
    font-size: 17px;
}

.pw-btn {
    background: #4b3fd4;
    color: #fff;
    padding: 16px 38px;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
    transition: .3s;
}

.pw-btn:hover {
    background: #372bb5;
}


/* RIGHT IMAGES */

.pw-right {
    position: relative;
    width: 420px;
    height: 320px;
}

.pw-circle {
    position: absolute;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid rgba(255, 255, 255, .7);
}

.pw-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.circle1 {
    left: 20px;
    bottom: 10px;
}

.circle2 {
    right: 0;
    top: 0;
}


/* FEATURE BAR */

.pw-features {
    background: #fff;
    margin-top: 80px;
    border-radius: 14px;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.pw-feature {
    flex: 1;
    text-align: center;
}

.pw-feature:not(:last-child) {
    border-right: 1px solid #eee;
}

.icon {
    font-size: 34px;
}

.pw-feature h3 {
    margin-top: 10px;
}

.pw-feature p {
    color: #666;
    font-size: 14px;
}


/* MOBILE */

@media(max-width:900px) {

    .pw-container {
        flex-direction: column;
        gap: 50px;
        text-align: center;
    }

    .pw-right {
        width: 280px;
    }

    .pw-features {
        gap: 25px;
    }

    .pw-feature {
        border: none !important;
    }

}

.courses {
    margin-top: 70px;
}


/* course ke liye */
.courses {
    width: 80%;
    margin: auto;
    text-align: center;
    padding: 100px 0;
}

.courses h1 {
    font-size: 36px;
    margin-bottom: 10px;
}

.courses p {
    color: #777;
    margin-bottom: 40px;
}

.course-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

.course-card {
    flex: 1;
    min-width: 280px;
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    text-align: left;
    border: 1px solid #eee;
}

.course-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.course-card i {
    font-size: 35px;
    color: #f44336;
    margin-bottom: 15px;
}

.course-card h3 {
    margin-bottom: 10px;
    color: #333;
}

.course-card p {
    font-size: 15px;
    color: #555;
    margin-bottom: 6px;
}


.courses {
    width: 80%;
    margin: auto;
    text-align: center;
    padding: 100px 0;
}

.courses h1 {
    font-size: 36px;
    margin-bottom: 10px;
}

.courses p {
    color: #777;
    margin-bottom: 40px;
}

.course-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

.course-card {
    flex: 1;
    min-width: 280px;
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    text-align: left;
    border: 1px solid #eee;
}

.course-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.course-card i {
    font-size: 35px;
    color: #f44336;
    margin-bottom: 15px;
}

.course-card h3 {
    margin-bottom: 10px;
    color: #333;
}

.course-card p {
    font-size: 15px;
    color: #555;
    margin-bottom: 6px;
}

#bootem {
    margin-bottom: 20px;
}





/* .exam-section {
    padding: 80px 8%;
    background: #f6f7fb;
    font-family: 'Poppins', sans-serif;
    margin-top: 150px;
}

.exam-section h2 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 10px;
}

.subtitle {
    text-align: center;
    color: #555;
    margin-bottom: 50px;
}

/* GRID */

/* .exam-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
} */

/* CARD */

/* .exam-card {
    background: #fff;
    padding: 35px;
    border-radius: 14px;
    position: relative;
    transition: .35s;
    border: 1px solid #eee;
} */

/* curved background effect */

/* .exam-card::after{
    content:"";
    position:absolute;
    right:-60px;
    top:-60px;
    width:220px;
    height:220px;
    background:#f1eefc;
    border-radius:50%;
} */

/* Hover */

/* .exam-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
} */

/* TITLE */

/* .exam-card h3 {
    font-size: 26px;
    margin-bottom: 20px;
} */

/* TAGS */

/* .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 30px;
}

.tags span {
    padding: 8px 16px;
    border-radius: 25px;
    border: 1px solid #ddd;
    font-size: 14px;
    background: #fafafa;
} */

/* explore */

/* .explore {
    font-weight: 500;
    cursor: pointer;
}

.explore:hover {
    color: #5a4bda;
} */

/* RESPONSIVE */
/* 
@media(max-width:1000px) {

    .exam-grid {
        grid-template-columns: repeat(2, 1fr);
    }

} */

/* @media(max-width:600px) {

    .exam-grid {
        grid-template-columns: 1fr;
    }

    .exam-section {
        padding: 60px 5%;
    }

} */


.app-section {
    padding: 80px 8%;
    background: #f5f6fb;
    font-family: 'Poppins', sans-serif;
}

.app-container {
    background: #c9c6e6;
    border-radius: 18px;
    padding: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .08);
}

/* LEFT */

.app-left {
    max-width: 520px;
}

.app-left h2 {
    font-size: 40px;
    margin-bottom: 25px;
    color: #222;
}

.app-left ul {
    list-style: none;
    margin-bottom: 30px;
}

.app-left ul li {
    margin: 14px 0;
    font-size: 18px;
    position: relative;
    padding-left: 32px;
}

/* check icon */

.app-left ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #5a4bda;
    font-weight: bold;
}


/* store buttons */

.store-buttons img {
    width: 170px;
    margin-right: 15px;
    cursor: pointer;
    transition: .3s;
}

.store-buttons img:hover {
    transform: scale(1.05);
}


/* RIGHT */

.app-right img {
    width: 340px;
}


/* RESPONSIVE */

@media(max-width:1000px) {

    .app-container {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .app-right img {
        width: 260px;
    }

}

@media(max-width:600px) {

    .app-container {
        padding: 40px 25px;
    }

    .app-left h2 {
        font-size: 28px;
    }

}

.container h2 {
    display: flex;
    justify-content: center;

}

.container p {
    text-align: center;
}

.container h4 {
    text-align: center;
}

/* SECTION */
.hostel-gallery {
    padding: 60px 20px;
    background: #f4f7fb;
    text-align: center;
}

.hostel-gallery h2 {
    font-size: 32px;
    margin-bottom: 10px;
    color: #222;
}

.gallery-subtitle {
    color: #666;
    margin-bottom: 40px;
    font-size: 16px;
}

/* GRID */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    max-width: 1200px;
    margin: auto;
}

/* CARD */
.gallery-item {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: 0.4s ease;
    cursor: pointer;
}

.gallery-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

/* IMAGE */
.gallery-item img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition: 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.08);
}

.gallery-item h4 {
    padding: 15px;
    font-size: 16px;
    color: #333;
}

/* Tablet */
@media (max-width: 992px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile 420px */
@media (max-width: 420px) {
    .hostel-slider {
        z-index: 0;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .gallery-item img {
        height: 200px;
    }


    .navMenu {
        position: fixed;
        top: 0;
        right: 0;
        width: 80%;
        height: 100%;
        background: #fff;
        z-index: 9999;
        /* High value */
    }
   
}
